What JavaScript table widgets you can recommend? [2]

Posted by sdespolit on Stack Overflow See other posts from Stack Overflow or by sdespolit
Published on 2011-11-13T07:45:36Z Indexed on 2011/11/13 9:51 UTC
Read the original article Hit count: 244

Filed under:
|
|

As so far i've "found" Yahoo UI library and it fully conforms to my requirements. Also there is jqGrid that i'm using right now. If there are any alternatives?

UPDATE: Please suggest libraries and don't seek for matching all the requirements listed below. [i'll check it for myself]

My reqs are:

  1. rows adding, deletinig
  2. rows reoder (optionally with drag and drop)
  3. rows selection
  4. inline editing
  5. json data over xhr
  6. (optional) simple integration with backbone.js

disclaimer: there was almost the same question 2 years ago

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about table